testsuite: Fix gesture test inconsistencies due to legacy event handling
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 12 Oct 2017 12:22:04 +0000 (14:22 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 12 Oct 2017 12:47:15 +0000 (14:47 +0200)
commitff31bdd334a55c33612f60b0a13ba74c8550dfb6
tree46b9bbc5f6a5f0cac6ba90db1c7066a24f4408a2
parentd4a6c2c2418ddc152deb6549d46970ce21a3a49a
testsuite: Fix gesture test inconsistencies due to legacy event handling

Legacy GtkWidget vmethods are now handled on an event controller, which
due to being the very first controller added to every widget, runs in
a different order than the previously hardcoded.

Probably testing legacy events is not really futurible, specially after
we stop installing this legacy controller by default. I'll leave the
choice to remove these specific tests for later though.
testsuite/gtk/gestures.c